home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks95 / NewStuff.sit / New Stuff / NewStuff Installer / NewStuff.make < prev    next >
Text File  |  1995-06-22  |  525b  |  22 lines

  1. #   File:       NewStuff.make
  2. #   Target:     NewStuff
  3. #   Sources:    NewStuffInit.a NewStuff.r
  4. #   Created:    Thursday, June 22, 1995 2:29:57 PM
  5.  
  6.  
  7. OBJECTS = NewStuffInit.a.o
  8.  
  9.  
  10. NewStuff ƒƒ NewStuff.make NewStuff.r NewStuff.INIT
  11.     Rez NewStuff.r -append -o NewStuff -t 'INIT' -c 'Nstf' 
  12.     Setfile NewStuff -a B
  13.  
  14. NewStuffInit.a.o ƒ NewStuff.make NewStuffInit.a
  15.      Asm  NewStuffInit.a 
  16.  
  17. NewStuff.INIT ƒ NewStuffInit.a.o
  18.     Link -rt INIT=10 -ra =16 -sn "Main=INIT code" ∂
  19.         NewStuffInit.a.o ∂
  20.         ShowInit.a.o ∂
  21.         -o {targ} -t '????'
  22.